home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2i.dir / 00003_Script_3 < prev    next >
Text File  |  1995-11-22  |  157b  |  10 lines

  1. on exitFrame
  2.   global roll
  3.   if roll=1 then
  4.     go to frame "rs6" of movie "3b.dir"
  5.   else
  6.     
  7.     go to frame "a" of movie "2.dir"
  8.   end if
  9.   
  10. end